home *** CD-ROM | disk | FTP | other *** search
/ TIME: Almanac 1995 / TIME Almanac 1995.iso / cpibin / sysinfo.bat < prev    next >
DOS Batch File  |  1994-04-24  |  1KB  |  38 lines

  1. ECHO OFF
  2. echo     ...
  3. echo     ...
  4. echo     ...
  5. echo     ...
  6. ECHO                  JUST A NOTE FROM COMPACT PUBLISHING...
  7. ECHO     ...
  8. echo              "Sysinfo" will record your system's information
  9. echo              in a text file on your C drive. This information
  10. echo              will include your system's hardware and software
  11. echo              addresses, memory mapping and status, interrupt 
  12. echo              addresses, boot file info and Windows 3.1 info.  
  13. echo    ...
  14. echo              Sysinfo may take a minute so please be patient!
  15. echo    ...
  16. echo    ...
  17. ECHO    ...
  18. pause
  19. msd /P c:\system.out
  20. echo        ..
  21. echo                SYSTEM INFORMATION HAS BEEN RECORDED!
  22. ECHO        ..
  23. echo            Your system's information has been recorded in a
  24. echo            text file located on the root of your C drive.
  25. echo            The text file is called SYSTEM.OUT.
  26. echo        ..
  27. echo            Please print the file SYSTEM.OUT and have it 
  28. echo            available the next time you contact Compact 
  29. echo            Publishing's Techical Support department.  
  30. echo            "System.out" may be printed in any word 
  31. echo            processing program. 
  32. echo        ..
  33. echo            NOTE: You may also want to keep this information 
  34. echo            for further reference later!
  35. echo        ..
  36. echo                           Thank You!
  37.  
  38.